Keysight VISA.NET Help
WriteBinary(Single[]) Method



The array of singles to be added to the formatted I/O write buffer.
Formats the specified array as a raw binary array and adds it to the formatted I/O write buffer. Single intergers cannot be formatted as IEEE-488.2 blocks.
Syntax
'Declaration
 
Overloads Sub WriteBinary( _
   ByVal data() As Single _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As Single
 
instance.WriteBinary(data)
void WriteBinary( 
   float[] data
)
void WriteBinary( 
   array<float>^ data
) 

Parameters

data
The array of singles to be added to the formatted I/O write buffer.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025